home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir36 / qtime18.zip / WHATSNEW < prev   
Text File  |  1993-11-26  |  4KB  |  107 lines

  1. Qtime 1.8
  2. ---------
  3. Lines 5, 6, and 7 allow you to define your own color codes.  Place
  4. either ANSI or PCBoard color codes on these lines depending on the
  5. method of file creation you have selected on line 2.  Color codes
  6. other than ANSI or PCBoard may work as well but have not been tested.
  7.  
  8. Added ASCII as a valid option for line 2 of the .CNF file.  If this is
  9. chosen, only a single ASCII file will be created.
  10.  
  11. Removed the blank lines at the top and bottom of the file.
  12.  
  13. Qtime 1.7
  14. ---------
  15. Line 4 of the .CNF file lets you define a character or characters to
  16. build the stripes out of.  You can also have NO stripes by leaving
  17. Line 4 blank.
  18.  
  19. Qtime 1.6
  20. ---------
  21. Fixed a bug that would cause 12 noon to appear as 0:00.
  22.  
  23. Qtime V1.5
  24. ----------
  25. Made Qtime even MORE generic by eliminating everything but the date and
  26. time stamp.  Now, all Qtime will do is include the stripes at the top
  27. and the bottom along with the the current date and time.
  28.  
  29. Qtime no longer takes information to be passed to the file in the
  30. command line.  You must create a configuration file with three
  31. variables:
  32.  
  33. Line 1: Path and name of time/date stamped file to create
  34. Line 2: Color method. ANSI for ANSI codes, PCBOARD for PCBoard compatible
  35.         @x codes.
  36. Line 3: Message to write before time and date stamps.
  37.  
  38. If PCBoard compatible @x codes are chosen, a second color file will not
  39. be produced, since PCBoard strips out the color codes automatically when
  40. the caller is not in color mode.
  41.  
  42. When ANSI codes are chosen, ASCII and ANSI files are produced as in
  43. earlier versions.
  44.  
  45. Centering has been adjusted.  I was taking the length of the line and
  46. dividing it by 40, but it looked like it was a little too far to the
  47. right of the screen to me.  Maybe it's just my monitor...I dunno...but
  48. it looks better to me now.
  49.  
  50. Qtime V1.4
  51. ----------
  52. Made Qtime more generic.  It can now be used for announcing events other
  53. than network mail runs.  However, you'll have to pass more info to the
  54. program.  Qtime will now pass only the following data to the files:
  55.  
  56. "was at (time), (day), (date)"
  57.  
  58. So, if you wanted to report the last InterLink Mail run to a file called
  59. MAILTIME you would run Qtime as follows:
  60.  
  61. QTIME MAILTIME The Last InterLink Mail Transfer
  62.  
  63. If you carry a feature like USAToday, and want to post a file showing
  64. the time the current issue was posted you could run it like this:
  65.  
  66. QTIME USATIME The Last USAToday Posting
  67.  
  68. to produce a file that looks like:
  69.  
  70.         ═════════════════════════════════════════════════════════════════
  71.         The Last USAToday Posting was at 3:52 pm, Monday, January 1, 1990
  72.         ═════════════════════════════════════════════════════════════════
  73.  
  74. Up to five words may be passed to the Qtime file.
  75.  
  76. Qtime now centers the text in the file rather than left justifying it.
  77.  
  78.  
  79.  
  80. Qtime V1.2
  81. ----------
  82. Made Qtime generic for use in any network by adding an additional 
  83. command line parameter for the name of the network.  Command line 
  84. syntax is now:
  85.  
  86. QTIME <drive:\sub directory\filename netname
  87.  
  88. So, a command line of:
  89.  
  90. QTIME C:\PCB\QWIKMAIL\NEWS InterLink
  91.  
  92. Will produce files called NEWS and NEWSG that look like this:
  93.  
  94. ════════════════════════════════════════════════════════════════════════════
  95. The Last InterLink Mail Transfer was at 4:13 pm, Tuesday, November 15, 1988
  96. ════════════════════════════════════════════════════════════════════════════
  97.  
  98. QTime V1.1
  99. -----------
  100. Fixed a bug that would cause garbage to show up on Sundays.
  101.  
  102. Qtime V1.0
  103. ----------
  104. Initial Release
  105.  
  106.  
  107.